How to display user information, such as a combination of "avatar + name," in data analysis reports or tables?
Question Description
I would like to display both an avatar and a name in a single cell of a data report table in a simple manner. Are there any examples I can refer to?
Solution
In VTable, there are two ways to accomplish this. The first and simplest approach is to use icons. You can directly set the icon source as the resource field. For more details, you can refer to the demo I provided. The second approach involves custom rendering, which requires familiarity with the syntax. However, it allows for more complex effects.